/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/app/components/client/TopupPage/TopupPage.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.redeemPage {
  min-width: 100vw;
  max-width: 100vw;
  background-size: auto;
  background-repeat: no-repeat;
  background-position-x: center;
  color: #a9f9ff;
}
.redeemPage::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #ffffff00 0%, #07131d 40%);
}
details summary {
  cursor: pointer;
  transition: margin 350ms ease-in-out;
}

details[open] summary {
  margin-bottom: 10px;
}

